PATHMac OS 8 and 9 Developer Documentation > Human Interface Toolbox > Appearance Manager >

Programming With the Appearance Manager


DrawThemeGenericWell

Draws an image well frame.

pascal OSStatus DrawThemeGenericWell (
                     const Rect *inRect,
                     ThemeDrawState inState,
                     Boolean inFillCenter);
inRect
A pointer to a structure of type Rect . Before calling DrawThemeGenericWell , set the rectangle to the position around which to draw the image well frame, in local coordinates.
inState
A value of type ThemeDrawState . Pass a constant specifying the state in which to draw the image well frame; see Theme Draw State Constants . The well can be drawn as active or inactive; passing kThemeStatePressed produces an error.
inFillCenter
A value of type Boolean . Set to true to fill the image well frame with white; otherwise, false .
function result
A result code; see Result Codes .
DISCUSSION

The DrawThemeGenericWell function draws a theme-compliant image well frame. You can specify that the center of the well be filled in with white.

VERSION NOTES

Available with Appearance Manager 1.0.1 and later.


© 1999 Apple Computer, Inc. – (Last Updated 29 April 99)